home *** CD-ROM | disk | FTP | other *** search
- inherited PluginsForm: TPluginsForm
- Left = 413
- Top = 266
- Width = 413
- Height = 353
- HelpType = htKeyword
- HelpKeyword = 'pluginmanager.htm'
- BorderWidth = 4
- Caption = 'Plugin Manager'
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object PluginsListView: TListView [0]
- Left = 88
- Top = 96
- Width = 177
- Height = 169
- Columns = <
- item
- Caption = 'Name'
- Width = 150
- end
- item
- Caption = 'Author'
- Width = 100
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Panel1: TPanel [1]
- Left = 0
- Top = 278
- Width = 397
- Height = 32
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = Panel1Resize
- object Button1: TButton
- Left = 114
- Top = 5
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 194
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object Panel2: TPanel [2]
- Left = 313
- Top = 0
- Width = 84
- Height = 278
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- object RunButton: TButton
- Left = 7
- Top = 21
- Width = 75
- Height = 25
- Caption = 'Run'
- TabOrder = 0
- OnClick = RunButtonClick
- end
- end
- object PageControl: TPageControl [3]
- Left = 0
- Top = 0
- Width = 313
- Height = 278
- ActivePage = Importers
- Align = alClient
- TabIndex = 0
- TabOrder = 3
- OnChange = PageControlChange
- object Importers: TTabSheet
- Caption = 'Importers'
- object ImportersListView: TListView
- Left = 0
- Top = 0
- Width = 305
- Height = 250
- Align = alClient
- BevelInner = bvNone
- BevelOuter = bvNone
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Caption = 'Author'
- Width = 90
- end
- item
- AutoSize = True
- Caption = 'Help String'
- end
- item
- AutoSize = True
- Caption = 'Plugin File'
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = ImportersListViewClick
- OnDblClick = RunButtonClick
- end
- end
- object Exporters: TTabSheet
- Caption = 'Exporters'
- ImageIndex = 1
- object ExportersListView: TListView
- Left = 0
- Top = 0
- Width = 305
- Height = 250
- Align = alClient
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Caption = 'Author'
- Width = 90
- end
- item
- AutoSize = True
- Caption = 'HelpString'
- end
- item
- AutoSize = True
- Caption = 'Plugin File'
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = ImportersListViewClick
- OnDblClick = RunButtonClick
- end
- end
- object HeightMapTools: TTabSheet
- Caption = 'Height Map Tools'
- ImageIndex = 2
- object HeightMapListView: TListView
- Left = 0
- Top = 0
- Width = 305
- Height = 250
- Align = alClient
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Caption = 'Author'
- Width = 90
- end
- item
- AutoSize = True
- Caption = 'Help String'
- end
- item
- AutoSize = True
- Caption = 'Plugin File'
- end>
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = ImportersListViewClick
- OnDblClick = RunButtonClick
- end
- end
- end
- end
-